home *** CD-ROM | disk | FTP | other *** search
- object frmSelectCP: TfrmSelectCP
- Left = 340
- Top = 198
- BorderStyle = bsDialog
- Caption = 'Select encoding for HTML document'
- ClientHeight = 320
- ClientWidth = 439
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lblCP: TLabel
- Left = 8
- Top = 10
- Width = 48
- Height = 13
- Caption = 'Encoding:'
- end
- object lblSample: TLabel
- Left = 8
- Top = 39
- Width = 38
- Height = 13
- Caption = 'Sample:'
- end
- object cboxCP: TComboBox
- Left = 80
- Top = 5
- Width = 206
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- end
- object smSample: TSyntaxMemo
- Left = 8
- Top = 55
- Width = 423
- Height = 210
- ClipCopyFormats = [smTEXT, smRTF, smUNICODE]
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- Gutter = 0
- GutterFont.Charset = DEFAULT_CHARSET
- GutterFont.Color = clWindowText
- GutterFont.Height = -11
- GutterFont.Name = 'MS Sans Serif'
- GutterFont.Style = []
- HyperCursor = crDefault
- IndentStep = 1
- Margin = 2
- Modified = False
- MonoPrint = True
- Options = [smoSyntaxHighlight, smoPrintWrap, smoPrintLineNos, smoPrintFilename, smoPrintDate, smoPrintPageNos, smoAutoIndent, smoTabToColumn, smoWordSelect, smoShowRMargin, smoShowGutter, smoShowWrapColumn, smoTitleAsFilename, smoProcessDroppedFiles, smoBlockOverwriteCursor, smoShowWrapGlyph, smoColumnTrack, smoUseTAB, smoSmartFill, smoOLEDragSource]
- ReadOnly = True
- RightMargin = 80
- SaveFormat = sfTEXT
- ScrollBars = ssBoth
- SelLineStyle = lsLF
- SelStart = 0
- SelLength = 0
- SelTextColor = clWhite
- SelTextBack = clTeal
- TabDefault = 4
- TabOrder = 5
- Version = '3.00.39'
- VisiblePropEdPages = [ppOPTIONS, ppHIGHLIGHTING, ppKEYS, ppAUTOCORRECT, ppTEMPLATES]
- WrapAtColumn = 2048
- CanMoveGutter = False
- ActiveParser = 1
- end
- object btnOk: TButton
- Left = 281
- Top = 290
- Width = 72
- Height = 22
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object chkSetDefault: TCheckBox
- Left = 292
- Top = 7
- Width = 136
- Height = 17
- Caption = 'Set as &default encoding'
- TabOrder = 1
- end
- object cbConfirmConversion: TCheckBox
- Left = 8
- Top = 269
- Width = 273
- Height = 17
- Caption = 'Confirm conversion'
- TabOrder = 2
- OnClick = cbConfirmConversionClick
- end
- object BtnCancel: TButton
- Left = 359
- Top = 290
- Width = 72
- Height = 22
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- end
-